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

FHIR IG analytics

Packagefhir.rehabig
Resource TypeObservation
IdObservation-ObservationScreeningAssessmentExample.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 ObservationScreeningAssessmentExample

status: Final

category: Survey

code: Health Status Screening

subject: 先生 張 (official) Male, DoB: 1965-03-15 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code)

dataAbsentReason: unknown


Source1

{
  "resourceType": "Observation",
  "id": "ObservationScreeningAssessmentExample",
  "meta": {
    "profile": [
      "https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/ObservationScreeningAssessment"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "survey"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "display": "Health Status Screening"
      }
    ]
  },
  "subject": {
    "reference": "Patient/stroke-patient-001"
  },
  "dataAbsentReason": {
    "coding": [
      {
        "code": "unknown"
      }
    ]
  }
}