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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeObservation
IdObservation-obs-screening-assessment-example.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 obs-screening-assessment-example

status: Final

category: Survey

code: Apgar color score

subject: 陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))

effective: 2016-05-18 22:33:22+0000

performer: Organization 衛生福利部臺北醫院

value: Pregnant


Source1

{
  "resourceType": "Observation",
  "id": "obs-screening-assessment-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-screening-assessment-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "survey",
          "display": "Survey"
        }
      ],
      "text": "Survey"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "32401-2",
        "display": "10 minute Apgar Color"
      }
    ],
    "text": "Apgar color score"
  },
  "subject": {
    "reference": "Patient/pat-example"
  },
  "effectiveDateTime": "2016-05-18T22:33:22+00:00",
  "performer": [
    {
      "reference": "Organization/org-hosp-example"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
            "valueDecimal": 2
          }
        ],
        "system": "http://loinc.org",
        "code": "LA6724-4",
        "display": "Good color all over"
      }
    ],
    "text": "Pregnant"
  }
}