FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.ecr.r4b
Resource TypeObservation
IdObservation-observation-country-of-nationality-eve-everywoman.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation observation-country-of-nationality-eve-everywoman

status: Final

code: Ethnicity / related nationality data (observable entity)

subject: Eve Everywoman

effective: 2020-11-10 22:33:22+0000

value: Australia


Source1

{
  "resourceType": "Observation",
  "id": "observation-country-of-nationality-eve-everywoman",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-country-of-nationality"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "186034007",
        "display": "Ethnicity / related nationality data (observable entity)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-ecr-eve-everywoman",
    "display": "Eve Everywoman"
  },
  "effectiveDateTime": "2020-11-10T22:33:22Z",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "urn:iso:std:iso:3166",
        "code": "AU",
        "display": "Australia"
      }
    ]
  }
}