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

FHIR IG analytics

Packagehl7.fhir.us.ecr
Resource TypeObservation
IdObservation-observation-vaccine-credential-assertion-eve-everywoman.json
FHIR VersionR4

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-vaccine-credential-assertion-eve-everywoman

status: Final

category: Social History

code: Immunization status - Reported

subject: Eve Everywoman

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

performer: PractitionerRole Primary Care Clinic/Center

value: Yes


Source1

{
  "resourceType": "Observation",
  "id": "observation-vaccine-credential-assertion-eve-everywoman",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-vaccine-credential-patient-assertion"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "social-history"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11370-4",
        "display": "Immunization status - Reported"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-ecr-eve-everywoman",
    "display": "Eve Everywoman"
  },
  "effectiveDateTime": "2020-11-10T22:33:22Z",
  "performer": [
    {
      "reference": "PractitionerRole/practitionerrole-henry-seven"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0532",
        "code": "Y",
        "display": "Yes"
      }
    ]
  }
}