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

FHIR IG analytics

Packagehl7.fhir.us.ph-library
Resource TypeObservation
IdObservation-us-ph-transportation-details-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

Resource Observation "us-ph-transportation-details-eve-everywoman"

Profile: US Public Health Transportation Details

status: final

category: Transportation (ActClass#TRNS)

code: Transportation details (observable entity) (SNOMED CT#424483007)

subject: Patient/us-ph-patient-eve-everywoman: Eve Everywoman " EVERYWOMAN"

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

value: Cruise Ship (SNOMED CT#21812002 "Ocean liner, device (physical object)")

component

code: Ship name ()

value: Princess of the Sea

component

code: Cabin number ()

value: 69B


Source1

{
  "resourceType": "Observation",
  "id": "us-ph-transportation-details-eve-everywoman",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-transportation-details"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActClass",
          "code": "TRNS",
          "display": "Transportation"
        }
      ],
      "text": "Transportation"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "424483007",
        "display": "Transportation details (observable entity)"
      }
    ],
    "text": "Transportation details (observable entity)"
  },
  "subject": {
    "reference": "Patient/us-ph-patient-eve-everywoman",
    "display": "Eve Everywoman"
  },
  "effectiveDateTime": "2020-11-18T22:33:22Z",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "21812002",
        "display": "Ocean liner, device (physical object)"
      }
    ],
    "text": "Cruise Ship"
  },
  "component": [
    {
      "code": {
        "text": "Ship name"
      },
      "valueString": "Princess of the Sea"
    },
    {
      "code": {
        "text": "Cabin number"
      },
      "valueString": "69B"
    }
  ]
}