FR Document Core (FHIR)
0.1.0 - ci-build
FR Document Core (FHIR), published by Agence du Numérique en Santé (ANS) - 2-10 Rue d'Oradour-sur-Glane, 75015 Paris. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ansforge/interop-IG-fhir-document-core/ and changes regularly. See the Directory of published versions
<Procedure xmlns="http://hl7.org/fhir">
<id value="example-procedure-data-absent-reason"/>
<meta>
<profile
value="https://interop.esante.gouv.fr/ig/fhir/document-core/StructureDefinition/fr-procedure-document"/>
</meta>
<language value="en"/>
<text>
<status value="extensions"/>
<div xml:lang="en" lang="en"><hr/><p><b>English</b></p><hr/><p class="res-header-id"><b>Generated Narrative: Procedure example-procedure-data-absent-reason</b></p><a name="en-example-procedure-data-absent-reason"> </a><a name="en-hcexample-procedure-data-absent-reason"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-fr-procedure-document.html">Procedure - FR Procedure Document</a></p></div><p><b>identifier</b>: <a href="http://terminology.hl7.org/6.3.0/NamingSystem-uri.html" title="As defined by RFC 3986 (http://www.ietf.org/rfc/rfc3986.txt)(with many schemes defined in many RFCs). For OIDs and UUIDs, use the URN form (urn:oid:(note: lowercase) and urn:uuid:). See http://www.ietf.org/rfc/rfc3001.txt and http://www.ietf.org/rfc/rfc4122.txt
This oid is used as an identifier II.root to indicate the the extension is an absolute URI (technically, an IRI). Typically, this is used for OIDs and GUIDs. Note that when this OID is used with OIDs and GUIDs, the II.extension should start with urn:oid or urn:uuid:
Note that this OID is created to aid with interconversion between CDA and FHIR - FHIR uses urn:ietf:rfc:3986 as equivalent to this OID. URIs as identifiers appear more commonly in FHIR.
This OID may also be used in CD.codeSystem.">Uniform Resource Identifier (URI)</a>/urn:uuid:a1b2c3d4-e5f6-7890-abcd-ef1234567890</p><p><b>status</b>: Unknown</p><p><b>code</b>: <span title="Codes:">Acte réalisé inconnu : utilisation de l'extension data-absent-reason avec code 'unknown'</span></p><p><b>subject</b>: <a href="Patient/exemple-patient">Exemple Patient</a></p><p><b>performed</b>: Absent because : temp-unknown</p></div>
</text>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:uuid:a1b2c3d4-e5f6-7890-abcd-ef1234567890"/>
</identifier>
<status value="unknown"/>
<code>
<extension
url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
<valueCode value="unknown"/>
</extension>
<text
value="Acte réalisé inconnu : utilisation de l'extension data-absent-reason avec code 'unknown'"/>
</code>
<subject>
<reference value="Patient/exemple-patient"/>
<display value="Exemple Patient"/>
</subject>
<performedDateTime>
<extension
url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
<valueCode value="temp-unknown"/>
</extension>
</performedDateTime>
</Procedure>