Finnish Base Profiles 1.0.0-rc2 - ballot
Finnish Base Profiles - Local Development build (v1.0.0-rc2). See the Directory of published versions
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Provenance; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "id-for-provenance-1"]; # fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-provenance"; fhir:index 0; fhir:link <https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-provenance> ] ]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Provenance</b><a name=\"id-for-provenance-1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Provenance "id-for-provenance-1" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fi-base-provenance.html\">FI Base Provenance</a></p></div><p><b>RegisterTypeCode</b>: Julkinen terveydenhuolto (Details: urn:oid:1.2.246.537.5.40150.2009 code 2 = '2', stated as 'Julkinen terveydenhuolto')</p><p><b>target</b>: <a href=\"EpisodeOfCare-id-for-episode-1.html\">EpisodeOfCare/id-for-episode-1</a></p><p><b>recorded</b>: Feb 7, 2015, 1:28:17 PM</p><h3>Agents</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Who</b></td></tr><tr><td>*</td><td>custodian <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (participation-role-type#custodian)</span></td><td><span/></td></tr></table></div>" ]; # fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/register-type-code" ]; fhir:Extension.valueCoding [ fhir:Coding.system [ fhir:value "urn:oid:1.2.246.537.5.40150.2009" ]; fhir:Coding.code [ fhir:value "2" ]; fhir:Coding.display [ fhir:value "Julkinen terveydenhuolto" ] ] ]; # fhir:Provenance.target [ fhir:index 0; fhir:Reference.reference [ fhir:value "EpisodeOfCare/id-for-episode-1" ] ]; # fhir:Provenance.recorded [ fhir:value "2015-02-07T13:28:17.239+02:00"^^xsd:dateTime]; # fhir:Provenance.agent [ fhir:index 0; fhir:Provenance.agent.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/ValueSet/participation-role-type" ]; fhir:Coding.code [ fhir:value "custodian" ] ] ]; fhir:Provenance.agent.who [ fhir:Reference.type [ fhir:value "Organization" ]; fhir:Reference.identifier [ fhir:Identifier.value [ fhir:value "1.2.246.10.32213043.19.0" ] ] ] ]. # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.