Generated Narrative: Location
status: active
name: Patient's home
mode: kind
type: Patient's Residence (RoleCode#PTRES; SNOMED CT#394778007 "Client's or patient's home")
physicalType: House (Location type#ho)
"
];
fhir:Location.status [ fhir:value "active"];
fhir:Location.name [ fhir:value "Patient's home"];
fhir:Location.mode [ fhir:value "kind"];
fhir:Location.type [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ];
fhir:Coding.code [ fhir:value "PTRES" ];
fhir:Coding.display [ fhir:value "Patient's Residence" ]
], [
fhir:index 1;
a sct:394778007;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "394778007" ];
fhir:Coding.display [ fhir:value "Client's or patient's home" ]
]
];
fhir:Location.physicalType [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/location-physical-type" ];
fhir:Coding.code [ fhir:value "ho" ];
fhir:Coding.display [ fhir:value "House" ]
]
] .
# - ontology header ------------------------------------------------------------