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

FHIR IG analytics

Packagehl7.fhir.us.ph-library.r4b
Resource TypeObservation
IdObservation-us-ph-reportability-information-observation.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 us-ph-reportability-information-observation

US Public Health Determination of Reportability Extension: Reportable

US Public Health Determination of Reportability Reason Extension: Condition is reportable

US Public Health Determination of Reportability Rule Extension: Description of rule used in reportability determination

status: Final

code: Patient home address

subject: Eve L Everywoman Female, DoB: 1974-11-24 ( Medical Record Number: 1032702 (use: usual, ))

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

performer: PractitionerRole Primary Care Clinic/Center

Components

-CodeValue[x]
*Timeframe to report (urgency)24 H (Details: UCUM codeH = 'H')

Source1

{
  "resourceType": "Observation",
  "id": "us-ph-reportability-information-observation",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-determination-of-reportability-extension",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.114222.4.5.274",
            "code": "RRVS1",
            "display": "Reportable"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-determination-of-reportability-reason-extension",
      "valueString": "Condition is reportable"
    },
    {
      "url": "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-determination-of-reportability-rule-extension",
      "valueString": "Description of rule used in reportability determination"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "urn:oid:2.16.840.1.114222.4.5.274",
        "code": "RRVS5",
        "display": "Patient home address"
      }
    ]
  },
  "subject": {
    "reference": "Patient/us-ph-patient-eve-everywoman"
  },
  "effectiveDateTime": "2020-11-18T22:33:22Z",
  "performer": [
    {
      "reference": "PractitionerRole/us-ph-practitionerrole-henry-seven"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.114222.4.5.232",
            "code": "RR4",
            "display": "Timeframe to report (urgency)"
          }
        ]
      },
      "valueQuantity": {
        "value": 24,
        "unit": "H",
        "system": "http://unitsofmeasure.org",
        "code": "H"
      }
    }
  ]
}