a fhir:Organization;
fhir:Resource.id [ fhir:value "5.5.5.5"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "This is a organization\n description data element. \n
"
];
fhir:Organization.identifier [
fhir:index 0;
fhir:Identifier.use [ fhir:value "official" ];
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:oid:5.5.5.5" ]
];
fhir:Organization.active [ fhir:value "false"^^xsd:boolean];
fhir:Organization.type [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://sequoiaproject.org/fhir/sphd-stu3/CodeSystem/OrganizationType" ];
fhir:Coding.code [ fhir:value "Implementer" ]
]
];
fhir:Organization.name [ fhir:value "Eric Hospital"];
fhir:Organization.address [
fhir:index 0;
fhir:Address.use [ fhir:value "work" ];
fhir:Address.type [ fhir:value "both" ];
fhir:Address.line [
fhir:value "200 Main St. ";
fhir:index 0
];
fhir:Address.city [ fhir:value "Austin" ];
fhir:Address.state [ fhir:value "TX" ];
fhir:Address.postalCode [ fhir:value "2472" ];
fhir:Address.country [ fhir:value "US" ]
];
fhir:Organization.partOf [
fhir:Reference.identifier [
fhir:Identifier.use [ fhir:value "official" ];
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:oid:1.1.1.1" ]
]
];
fhir:Organization.contact [
fhir:index 0;
fhir:Organization.contact.name [
fhir:HumanName.use [ fhir:value "official" ];
fhir:HumanName.text [ fhir:value "Family, Given" ]
];
fhir:Organization.contact.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "test21@test.com" ];
fhir:ContactPoint.use [ fhir:value "work" ]
], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "555-555-5555" ];
fhir:ContactPoint.use [ fhir:value "work" ]
];
fhir:Organization.contact.address [
fhir:Address.use [ fhir:value "work" ];
fhir:Address.type [ fhir:value "both" ];
fhir:Address.line [
fhir:value "100 Main St.";
fhir:index 0
];
fhir:Address.city [ fhir:value "Austin" ];
fhir:Address.postalCode [ fhir:value "78737" ];
fhir:Address.country [ fhir:value "US" ]
]
] .
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl .
# -------------------------------------------------------------------------------------