NarrativeStatus

public enum NarrativeStatus: String

The status of a resource narrative

URL: http://hl7.org/fhir/narrative-status ValueSet: http://hl7.org/fhir/ValueSet/narrative-status

  • The contents of the narrative are entirely generated from the structured data in the content.

    Declaration

    Swift

    case generated = "generated"
  • The contents of the narrative are entirely generated from the structured data in the content and some of the content is generated from extensions

    Declaration

    Swift

    case extensions = "extensions"
  • The contents of the narrative may contain additional information not found in the structured data. Note that there is no computable way to determine what the extra information is, other than by human inspection

    Declaration

    Swift

    case additional = "additional"
  • The contents of the narrative are some equivalent of No human-readable text provided in this case

    Declaration

    Swift

    case empty = "empty"