Generated Narrative
identifier: id: 1010101
active: true
type: Healthcare Provider
name: Example Hospital
address: 10 Example Street Line 2 Bedford MA 01730 United States
"
];
fhir:Organization.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ];
fhir:Identifier.value [ fhir:value "1010101" ]
];
fhir:Organization.active [ fhir:value "true"^^xsd:boolean];
fhir:Organization.type [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ];
fhir:Coding.code [ fhir:value "prov" ];
fhir:Coding.display [ fhir:value "Healthcare Provider" ]
]
];
fhir:Organization.name [ fhir:value "Example Hospital"];
fhir:Organization.address [
fhir:index 0;
fhir:Address.line [
fhir:value "10 Example Street";
fhir:index 0
], [
fhir:value "Line 2";
fhir:index 1
];
fhir:Address.city [ fhir:value "Bedford" ];
fhir:Address.district [ fhir:value "Middlesex" ];
fhir:Address.state [ fhir:value "MA" ];
fhir:Address.postalCode [ fhir:value "01730" ];
fhir:Address.country [ fhir:value "United States" ]
] .
# - ontology header ------------------------------------------------------------