FHIR IG analytics| Package | hl7.fhir.us.ph-library |
| Resource Type | Observation |
| Id | Observation-us-ph-transportation-details-eve-everywoman.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "us-ph-transportation-details-eve-everywoman"
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
{
"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"
}
]
}