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

FHIR IG analytics

Packagehl7.fhir.us.covid19library
Resource TypeObservation
IdObservation-CaseReportIdExample.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

Resource "CaseReportIdExample"

Profile: Case-Patient Report Identifying Information

status: final

code: Case identifier (LOINC#94659-0)

subject: Patient/patient-anyperson-mary " ANYPERSON"

effective: 2021-09-30

component

code: Contact case identifier (LOINC#94657-4)

value: 238745

component

code: Patient identifier assigning authority (LOINC#76698-0)

value: State Department of Health


Source1

{
  "resourceType": "Observation",
  "id": "CaseReportIdExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/covid19library/StructureDefinition/case-patient-report-id"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "94659-0"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-anyperson-mary"
  },
  "effectiveDateTime": "2021-09-30",
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "94657-4",
            "display": "Contact case identifier"
          }
        ]
      },
      "valueString": "238745"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "76698-0",
            "display": "Patient identifier assigning authority"
          }
        ]
      },
      "valueString": "State Department of Health"
    }
  ]
}