Data Management with FHIR - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <https://loinc.org/rdf/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "df9c9a9c-854b-46f4-9687-1fbe40c06540"] ; # fhir:type [ fhir:v "collection"] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "urn:ehr:Patient/335e88ca-a2d7-4caa-95a8-06f55f3b3c4e"^^xsd:anyURI ] ; ( fhir:resource <urn:ehr:Patient/335e88ca-a2d7-4caa-95a8-06f55f3b3c4e> ) ] [ fhir:fullUrl [ fhir:v "urn:ehr:Encounter/47cdadac-572e-444a-82ac-49ad5f8c4c22"^^xsd:anyURI ] ; ( fhir:resource <urn:ehr:Encounter/47cdadac-572e-444a-82ac-49ad5f8c4c22> ) ] [ fhir:fullUrl [ fhir:v "urn:ehr:Condition/6ab25181-a455-4abe-bb43-5d9e4a37e1df"^^xsd:anyURI ] ; ( fhir:resource <urn:ehr:Condition/6ab25181-a455-4abe-bb43-5d9e4a37e1df> ) ] [ fhir:fullUrl [ fhir:v "urn:ehr:Condition/fb1529ac-eb76-4a7f-84ea-21ab332bc50f"^^xsd:anyURI ] ; ( fhir:resource <urn:ehr:Condition/fb1529ac-eb76-4a7f-84ea-21ab332bc50f> ) ] [ fhir:fullUrl [ fhir:v "urn:ehr:Condition/a8c1b878-82bf-4308-b4d5-1a758431b88c"^^xsd:anyURI ] ; ( fhir:resource <urn:ehr:Condition/a8c1b878-82bf-4308-b4d5-1a758431b88c> ) ] [ fhir:fullUrl [ fhir:v "urn:ehr:Procedure/dd0d2a50-3ffa-42bf-9dc4-48649dbd067b"^^xsd:anyURI ] ; ( fhir:resource <urn:ehr:Procedure/dd0d2a50-3ffa-42bf-9dc4-48649dbd067b> ) ] [ fhir:fullUrl [ fhir:v "urn:ehr:Procedure/0ab15691-2620-41f1-937b-ac94b1dde802"^^xsd:anyURI ] ; ( fhir:resource <urn:ehr:Procedure/0ab15691-2620-41f1-937b-ac94b1dde802> ) ] [ fhir:fullUrl [ fhir:v "urn:ehr:Observation/c07ce598-2985-4885-95cb-348424b8f9e0"^^xsd:anyURI ] ; ( fhir:resource <urn:ehr:Observation/c07ce598-2985-4885-95cb-348424b8f9e0> ) ] [ fhir:fullUrl [ fhir:v "urn:ehr:Observation/75f2982b-4160-4a5a-86be-d5eed4c61e1b"^^xsd:anyURI ] ; ( fhir:resource <urn:ehr:Observation/75f2982b-4160-4a5a-86be-d5eed4c61e1b> ) ] [ fhir:fullUrl [ fhir:v "urn:ehr:MedicationRequest/90ad71ff-9e7a-4c15-ad8f-b14f05b5a203"^^xsd:anyURI ] ; ( fhir:resource <urn:ehr:MedicationRequest/90ad71ff-9e7a-4c15-ad8f-b14f05b5a203> ) ] ) . # <urn:ehr:Patient/335e88ca-a2d7-4caa-95a8-06f55f3b3c4e> a fhir:Patient ; fhir:id [ fhir:v "335e88ca-a2d7-4caa-95a8-06f55f3b3c4e"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_335e88ca-a2d7-4caa-95a8-06f55f3b3c4e\"> </a><p class=\"res-header-id\"><b>Narratif généré : Patient 335e88ca-a2d7-4caa-95a8-06f55f3b3c4e</b></p><a name=\"335e88ca-a2d7-4caa-95a8-06f55f3b3c4e\"> </a><a name=\"hc335e88ca-a2d7-4caa-95a8-06f55f3b3c4e\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jeanne Doré (official) Female, Date de Naissance :1959-07-07 ( Patient internal identifier: patient-001 (use: usual, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Statut connu du patient\">Décédé :</td><td colspan=\"3\">2025-08-31</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">NIR définitif/1590778035124 (use: official, )</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Moyens de contacter le Patient\">Contact Detail</td><td colspan=\"3\">Longeray-Gare </td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:use [ fhir:v "usual" ] ; fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PI" ] ; fhir:display [ fhir:v "Patient internal identifier" ] ] ) ] ; fhir:system [ fhir:v "https://hospital.eu/ehr/patient-id"^^xsd:anyURI ] ; fhir:value [ fhir:v "patient-001" ] ] [ fhir:use [ fhir:v "official" ] ; fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "INS-NIR" ] ] ) ] ; fhir:system [ fhir:v "urn:oid:1.2.250.1.213.1.4.8"^^xsd:anyURI ] ; fhir:value [ fhir:v "1590778035124" ] ] ) ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Doré" ] ; ( fhir:given [ fhir:v "Jeanne" ] ) ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1959-07-07"^^xsd:date] ; # fhir:deceased [ a fhir:dateTime ; fhir:v "2025-08-31"^^xsd:date ; ( fhir:extension [ fhir:url [ fhir:v "https://interop.aphp.fr/ig/fhir/dm/StructureDefinition/DeathSource"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "insee" ] ] ) ] ; # fhir:address ( [ ( fhir:extension [ ( fhir:extension [ fhir:url [ fhir:v "latitude"^^xsd:anyURI ] ; fhir:value [ a fhir:decimal ; fhir:v 48.88067598033303 ] ] [ fhir:url [ fhir:v "longitude"^^xsd:anyURI ] ; fhir:value [ a fhir:decimal ; fhir:v 2.331871883929937 ] ] ) ; fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/geolocation"^^xsd:anyURI ] ] [ fhir:url [ fhir:v "https://interop.aphp.fr/ig/fhir/dm/StructureDefinition/PmsiCodeGeo"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "75009" ] ] ) ; ( fhir:line [ fhir:v "Longeray-Gare" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract"^^xsd:anyURI ] ; fhir:value [ a fhir:string ; fhir:v "010040102" ] ] ) ] ) ; fhir:period [ fhir:start [ fhir:v "2025-08-22"^^xsd:date ] ] ] ) . # <urn:ehr:Encounter/47cdadac-572e-444a-82ac-49ad5f8c4c22> a fhir:Encounter ; fhir:id [ fhir:v "47cdadac-572e-444a-82ac-49ad5f8c4c22"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Encounter_47cdadac-572e-444a-82ac-49ad5f8c4c22\"> </a><p class=\"res-header-id\"><b>Narratif généré : Venue 47cdadac-572e-444a-82ac-49ad5f8c4c22</b></p><a name=\"47cdadac-572e-444a-82ac-49ad5f8c4c22\"> </a><a name=\"hc47cdadac-572e-444a-82ac-49ad5f8c4c22\"> </a><p><b>identifier</b>: Visit Number/pmsi-001</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode IMP</a>: inpatient encounter</p><p><b>subject</b>: <a href=\"Bundle-df9c9a9c-854b-46f4-9687-1fbe40c06540.html#Patient_335e88ca-a2d7-4caa-95a8-06f55f3b3c4e\">Jeanne Doré (official) Female, Date de Naissance :1959-07-07 ( Patient internal identifier: patient-001 (use: usual, ))</a></p><p><b>period</b>: 2025-08-22 --> 2025-08-22</p><h3>Hospitalizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>AdmitSource</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">8 - Domicile</span></td><td><span title=\"Codes:\">8 - Domicile</span></td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-identifier-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "VN" ] ] ) ] ; fhir:system [ fhir:v "https://hospital.eu/ehr/pmsi-id"^^xsd:anyURI ] ; fhir:value [ fhir:v "pmsi-001" ] ] ) ; # fhir:status [ fhir:v "finished"] ; # fhir:class [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "IMP" ] ; fhir:display [ fhir:v "inpatient encounter" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/335e88ca-a2d7-4caa-95a8-06f55f3b3c4e" ] ; fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ] ; # fhir:period [ fhir:start [ fhir:v "2025-08-22"^^xsd:date ] ; fhir:end [ fhir:v "2025-08-22"^^xsd:date ] ] ; # fhir:hospitalization [ fhir:admitSource [ fhir:text [ fhir:v "8 - Domicile" ] ] ; fhir:dischargeDisposition [ fhir:text [ fhir:v "8 - Domicile" ] ] ] . # <urn:ehr:Condition/6ab25181-a455-4abe-bb43-5d9e4a37e1df> a fhir:Condition ; fhir:id [ fhir:v "6ab25181-a455-4abe-bb43-5d9e4a37e1df"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_6ab25181-a455-4abe-bb43-5d9e4a37e1df\"> </a><p class=\"res-header-id\"><b>Narratif généré : Condition 6ab25181-a455-4abe-bb43-5d9e4a37e1df</b></p><a name=\"6ab25181-a455-4abe-bb43-5d9e4a37e1df\"> </a><a name=\"hc6ab25181-a455-4abe-bb43-5d9e4a37e1df\"> </a><p><b>identifier</b>: <code>https://hospital.eu/ehr/diagnostic-id</code>/diag-001</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">Encounter Diagnosis</span>, <span title=\"Codes:\">DP</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 E11.9}\">Diabète sucré de type 2, sans complication</span></p><p><b>subject</b>: <a href=\"Bundle-df9c9a9c-854b-46f4-9687-1fbe40c06540.html#Patient_335e88ca-a2d7-4caa-95a8-06f55f3b3c4e\">Jeanne Doré (official) Female, Date de Naissance :1959-07-07 ( Patient internal identifier: patient-001 (use: usual, ))</a></p><p><b>encounter</b>: <a href=\"Bundle-df9c9a9c-854b-46f4-9687-1fbe40c06540.html#Encounter_47cdadac-572e-444a-82ac-49ad5f8c4c22\">Encounter : identifier = Visit Number; status = finished; class = inpatient encounter (ActCode#IMP); period = 2025-08-22 --> 2025-08-22</a></p><p><b>recordedDate</b>: 2025-08-22</p></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://hospital.eu/ehr/diagnostic-id"^^xsd:anyURI ] ; fhir:value [ fhir:v "diag-001" ] ] ) ; # fhir:clinicalStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ; fhir:display [ fhir:v "Active" ] ] ) ] ; # fhir:verificationStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ; fhir:code [ fhir:v "confirmed" ] ; fhir:display [ fhir:v "Confirmed" ] ] ) ] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "encounter-diagnosis" ] ; fhir:display [ fhir:v "Encounter Diagnosis" ] ] ) ] [ fhir:text [ fhir:v "DP" ] ] ) ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ; fhir:code [ fhir:v "E11.9" ] ] ) ; fhir:text [ fhir:v "Diabète sucré de type 2, sans complication" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/335e88ca-a2d7-4caa-95a8-06f55f3b3c4e" ] ; fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ] ; # fhir:encounter [ fhir:reference [ fhir:v "Encounter/47cdadac-572e-444a-82ac-49ad5f8c4c22" ] ; fhir:type [ fhir:v "Encounter"^^xsd:anyURI ] ] ; # fhir:recordedDate [ fhir:v "2025-08-22"^^xsd:date] . # <urn:ehr:Condition/fb1529ac-eb76-4a7f-84ea-21ab332bc50f> a fhir:Condition ; fhir:id [ fhir:v "fb1529ac-eb76-4a7f-84ea-21ab332bc50f"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_fb1529ac-eb76-4a7f-84ea-21ab332bc50f\"> </a><p class=\"res-header-id\"><b>Narratif généré : Condition fb1529ac-eb76-4a7f-84ea-21ab332bc50f</b></p><a name=\"fb1529ac-eb76-4a7f-84ea-21ab332bc50f\"> </a><a name=\"hcfb1529ac-eb76-4a7f-84ea-21ab332bc50f\"> </a><p><b>identifier</b>: <code>https://hospital.eu/ehr/diagnostic-id</code>/diag-002</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">Encounter Diagnosis</span>, <span title=\"Codes:\">DAS</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 E66.0}\">Obésité due à un excès calorique</span></p><p><b>subject</b>: <a href=\"Bundle-df9c9a9c-854b-46f4-9687-1fbe40c06540.html#Patient_335e88ca-a2d7-4caa-95a8-06f55f3b3c4e\">Jeanne Doré (official) Female, Date de Naissance :1959-07-07 ( Patient internal identifier: patient-001 (use: usual, ))</a></p><p><b>encounter</b>: <a href=\"Bundle-df9c9a9c-854b-46f4-9687-1fbe40c06540.html#Encounter_47cdadac-572e-444a-82ac-49ad5f8c4c22\">Encounter : identifier = Visit Number; status = finished; class = inpatient encounter (ActCode#IMP); period = 2025-08-22 --> 2025-08-22</a></p><p><b>recordedDate</b>: 2025-08-22</p></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://hospital.eu/ehr/diagnostic-id"^^xsd:anyURI ] ; fhir:value [ fhir:v "diag-002" ] ] ) ; # fhir:clinicalStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ; fhir:display [ fhir:v "Active" ] ] ) ] ; # fhir:verificationStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ; fhir:code [ fhir:v "confirmed" ] ; fhir:display [ fhir:v "Confirmed" ] ] ) ] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "encounter-diagnosis" ] ; fhir:display [ fhir:v "Encounter Diagnosis" ] ] ) ] [ fhir:text [ fhir:v "DAS" ] ] ) ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ; fhir:code [ fhir:v "E66.0" ] ] ) ; fhir:text [ fhir:v "Obésité due à un excès calorique" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/335e88ca-a2d7-4caa-95a8-06f55f3b3c4e" ] ; fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ] ; # fhir:encounter [ fhir:reference [ fhir:v "Encounter/47cdadac-572e-444a-82ac-49ad5f8c4c22" ] ; fhir:type [ fhir:v "Encounter"^^xsd:anyURI ] ] ; # fhir:recordedDate [ fhir:v "2025-08-22"^^xsd:date] . # <urn:ehr:Condition/a8c1b878-82bf-4308-b4d5-1a758431b88c> a fhir:Condition ; fhir:id [ fhir:v "a8c1b878-82bf-4308-b4d5-1a758431b88c"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_a8c1b878-82bf-4308-b4d5-1a758431b88c\"> </a><p class=\"res-header-id\"><b>Narratif généré : Condition a8c1b878-82bf-4308-b4d5-1a758431b88c</b></p><a name=\"a8c1b878-82bf-4308-b4d5-1a758431b88c\"> </a><a name=\"hca8c1b878-82bf-4308-b4d5-1a758431b88c\"> </a><p><b>identifier</b>: <code>https://hospital.eu/ehr/diagnostic-id</code>/diag-003</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">Encounter Diagnosis</span>, <span title=\"Codes:\">DAS</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 N18.3}\">Maladie rénale chronique, stade 3</span></p><p><b>subject</b>: <a href=\"Bundle-df9c9a9c-854b-46f4-9687-1fbe40c06540.html#Patient_335e88ca-a2d7-4caa-95a8-06f55f3b3c4e\">Jeanne Doré (official) Female, Date de Naissance :1959-07-07 ( Patient internal identifier: patient-001 (use: usual, ))</a></p><p><b>encounter</b>: <a href=\"Bundle-df9c9a9c-854b-46f4-9687-1fbe40c06540.html#Encounter_47cdadac-572e-444a-82ac-49ad5f8c4c22\">Encounter : identifier = Visit Number; status = finished; class = inpatient encounter (ActCode#IMP); period = 2025-08-22 --> 2025-08-22</a></p><p><b>recordedDate</b>: 2025-08-22</p></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://hospital.eu/ehr/diagnostic-id"^^xsd:anyURI ] ; fhir:value [ fhir:v "diag-003" ] ] ) ; # fhir:clinicalStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ; fhir:display [ fhir:v "Active" ] ] ) ] ; # fhir:verificationStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ; fhir:code [ fhir:v "confirmed" ] ; fhir:display [ fhir:v "Confirmed" ] ] ) ] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "encounter-diagnosis" ] ; fhir:display [ fhir:v "Encounter Diagnosis" ] ] ) ] [ fhir:text [ fhir:v "DAS" ] ] ) ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ; fhir:code [ fhir:v "N18.3" ] ] ) ; fhir:text [ fhir:v "Maladie rénale chronique, stade 3" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/335e88ca-a2d7-4caa-95a8-06f55f3b3c4e" ] ; fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ] ; # fhir:encounter [ fhir:reference [ fhir:v "Encounter/47cdadac-572e-444a-82ac-49ad5f8c4c22" ] ; fhir:type [ fhir:v "Encounter"^^xsd:anyURI ] ] ; # fhir:recordedDate [ fhir:v "2025-08-22"^^xsd:date] . # <urn:ehr:Procedure/dd0d2a50-3ffa-42bf-9dc4-48649dbd067b> a fhir:Procedure ; fhir:id [ fhir:v "dd0d2a50-3ffa-42bf-9dc4-48649dbd067b"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Procedure_dd0d2a50-3ffa-42bf-9dc4-48649dbd067b\"> </a><p class=\"res-header-id\"><b>Narratif généré : Procédure dd0d2a50-3ffa-42bf-9dc4-48649dbd067b</b></p><a name=\"dd0d2a50-3ffa-42bf-9dc4-48649dbd067b\"> </a><a name=\"hcdd0d2a50-3ffa-42bf-9dc4-48649dbd067b\"> </a><p><b>identifier</b>: <code>https://hospital.eu/ehr/acte-id</code>/acte-001</p><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{https://interop.aphp.fr/ig/fhir/dm/CodeSystem/Ccam DEQP003...01.}\">Électrocardiographie sur au moins 12 dérivations - Phase par defaut - 1° activité chir/med - NA</span></p><p><b>subject</b>: <a href=\"Bundle-df9c9a9c-854b-46f4-9687-1fbe40c06540.html#Patient_335e88ca-a2d7-4caa-95a8-06f55f3b3c4e\">Jeanne Doré (official) Female, Date de Naissance :1959-07-07 ( Patient internal identifier: patient-001 (use: usual, ))</a></p><p><b>encounter</b>: <a href=\"Bundle-df9c9a9c-854b-46f4-9687-1fbe40c06540.html#Encounter_47cdadac-572e-444a-82ac-49ad5f8c4c22\">Encounter : identifier = Visit Number; status = finished; class = inpatient encounter (ActCode#IMP); period = 2025-08-22 --> 2025-08-22</a></p><p><b>performed</b>: 2025-08-22 06:50:41+0000</p></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://hospital.eu/ehr/acte-id"^^xsd:anyURI ] ; fhir:value [ fhir:v "acte-001" ] ] ) ; # fhir:status [ fhir:v "completed"] ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "https://interop.aphp.fr/ig/fhir/dm/CodeSystem/Ccam"^^xsd:anyURI ] ; fhir:code [ fhir:v "DEQP003...01." ] ] ) ; fhir:text [ fhir:v "Électrocardiographie sur au moins 12 dérivations - Phase par defaut - 1° activité chir/med - NA" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/335e88ca-a2d7-4caa-95a8-06f55f3b3c4e" ] ; fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ] ; # fhir:encounter [ fhir:reference [ fhir:v "Encounter/47cdadac-572e-444a-82ac-49ad5f8c4c22" ] ; fhir:type [ fhir:v "Encounter"^^xsd:anyURI ] ] ; # fhir:performed [ a fhir:dateTime ; fhir:v "2025-08-22T06:50:41.581Z"^^xsd:dateTime ] . # <urn:ehr:Procedure/0ab15691-2620-41f1-937b-ac94b1dde802> a fhir:Procedure ; fhir:id [ fhir:v "0ab15691-2620-41f1-937b-ac94b1dde802"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Procedure_0ab15691-2620-41f1-937b-ac94b1dde802\"> </a><p class=\"res-header-id\"><b>Narratif généré : Procédure 0ab15691-2620-41f1-937b-ac94b1dde802</b></p><a name=\"0ab15691-2620-41f1-937b-ac94b1dde802\"> </a><a name=\"hc0ab15691-2620-41f1-937b-ac94b1dde802\"> </a><p><b>identifier</b>: <code>https://hospital.eu/ehr/acte-id</code>/acte-002</p><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{https://interop.aphp.fr/ig/fhir/dm/CodeSystem/Ccam BGQP002...01.}\">Examen du fond d'oeil par biomicroscopie avec verre de contact - Phase par defaut - 1° activité chir/med - NA</span></p><p><b>subject</b>: <a href=\"Bundle-df9c9a9c-854b-46f4-9687-1fbe40c06540.html#Patient_335e88ca-a2d7-4caa-95a8-06f55f3b3c4e\">Jeanne Doré (official) Female, Date de Naissance :1959-07-07 ( Patient internal identifier: patient-001 (use: usual, ))</a></p><p><b>encounter</b>: <a href=\"Bundle-df9c9a9c-854b-46f4-9687-1fbe40c06540.html#Encounter_47cdadac-572e-444a-82ac-49ad5f8c4c22\">Encounter : identifier = Visit Number; status = finished; class = inpatient encounter (ActCode#IMP); period = 2025-08-22 --> 2025-08-22</a></p><p><b>performed</b>: 2025-08-22 07:44:18+0000</p></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://hospital.eu/ehr/acte-id"^^xsd:anyURI ] ; fhir:value [ fhir:v "acte-002" ] ] ) ; # fhir:status [ fhir:v "completed"] ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "https://interop.aphp.fr/ig/fhir/dm/CodeSystem/Ccam"^^xsd:anyURI ] ; fhir:code [ fhir:v "BGQP002...01." ] ] ) ; fhir:text [ fhir:v "Examen du fond d'oeil par biomicroscopie avec verre de contact - Phase par defaut - 1° activité chir/med - NA" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/335e88ca-a2d7-4caa-95a8-06f55f3b3c4e" ] ; fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ] ; # fhir:encounter [ fhir:reference [ fhir:v "Encounter/47cdadac-572e-444a-82ac-49ad5f8c4c22" ] ; fhir:type [ fhir:v "Encounter"^^xsd:anyURI ] ] ; # fhir:performed [ a fhir:dateTime ; fhir:v "2025-08-22T07:44:18.112Z"^^xsd:dateTime ] . # <urn:ehr:Observation/c07ce598-2985-4885-95cb-348424b8f9e0> a fhir:Observation ; fhir:id [ fhir:v "c07ce598-2985-4885-95cb-348424b8f9e0"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_c07ce598-2985-4885-95cb-348424b8f9e0\"> </a><p class=\"res-header-id\"><b>Narratif généré : Observation c07ce598-2985-4885-95cb-348424b8f9e0</b></p><a name=\"c07ce598-2985-4885-95cb-348424b8f9e0\"> </a><a name=\"hcc07ce598-2985-4885-95cb-348424b8f9e0\"> </a><p><b>identifier</b>: <code>https://hospital.eu/ehr/biologie-id</code>/bio-001</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 22664-7}\">Dosage de l'urée dans le sang</span></p><p><b>subject</b>: <a href=\"Bundle-df9c9a9c-854b-46f4-9687-1fbe40c06540.html#Patient_335e88ca-a2d7-4caa-95a8-06f55f3b3c4e\">Jeanne Doré (official) Female, Date de Naissance :1959-07-07 ( Patient internal identifier: patient-001 (use: usual, ))</a></p><p><b>effective</b>: 2025-08-22 06:12:32+0000</p><p><b>value</b>: 6.0 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemmol/L = 'mmol/L')</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>2.5 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemmol/L = 'mmol/L')</span></td><td>7.5 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemmol/L = 'mmol/L')</span></td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://hospital.eu/ehr/biologie-id"^^xsd:anyURI ] ; fhir:value [ fhir:v "bio-001" ] ] ) ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "laboratory" ] ; fhir:display [ fhir:v "Laboratory" ] ] ) ] ) ; # fhir:code [ ( fhir:coding [ a loinc:22664-7 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "22664-7" ] ] ) ; fhir:text [ fhir:v "Dosage de l'urée dans le sang" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/335e88ca-a2d7-4caa-95a8-06f55f3b3c4e" ] ; fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ] ; # fhir:effective [ a fhir:dateTime ; fhir:v "2025-08-22T06:12:32.711Z"^^xsd:dateTime ] ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v 6.0 ] ; fhir:unit [ fhir:v "mmol/L" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mmol/L" ] ] ; # fhir:referenceRange ( [ fhir:low [ fhir:value [ fhir:v 2.5 ] ; fhir:unit [ fhir:v "mmol/L" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mmol/L" ] ] ; fhir:high [ fhir:value [ fhir:v 7.5 ] ; fhir:unit [ fhir:v "mmol/L" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mmol/L" ] ] ] ) . # <urn:ehr:Observation/75f2982b-4160-4a5a-86be-d5eed4c61e1b> a fhir:Observation ; fhir:id [ fhir:v "75f2982b-4160-4a5a-86be-d5eed4c61e1b"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_75f2982b-4160-4a5a-86be-d5eed4c61e1b\"> </a><p class=\"res-header-id\"><b>Narratif généré : Observation 75f2982b-4160-4a5a-86be-d5eed4c61e1b</b></p><a name=\"75f2982b-4160-4a5a-86be-d5eed4c61e1b\"> </a><a name=\"hc75f2982b-4160-4a5a-86be-d5eed4c61e1b\"> </a><p><b>identifier</b>: <code>https://hospital.eu/ehr/biologie-id</code>/bio-002</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 14682-9}\">Créatininémie</span></p><p><b>subject</b>: <a href=\"Bundle-df9c9a9c-854b-46f4-9687-1fbe40c06540.html#Patient_335e88ca-a2d7-4caa-95a8-06f55f3b3c4e\">Jeanne Doré (official) Female, Date de Naissance :1959-07-07 ( Patient internal identifier: patient-001 (use: usual, ))</a></p><p><b>effective</b>: 2025-08-22 06:12:32+0000</p><p><b>value</b>: 92.0 umol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeumol/L = 'umol/L')</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>45.0 umol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeumol/L = 'umol/L')</span></td><td>105.0 umol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeumol/L = 'umol/L')</span></td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://hospital.eu/ehr/biologie-id"^^xsd:anyURI ] ; fhir:value [ fhir:v "bio-002" ] ] ) ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "laboratory" ] ; fhir:display [ fhir:v "Laboratory" ] ] ) ] ) ; # fhir:code [ ( fhir:coding [ a loinc:14682-9 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "14682-9" ] ] ) ; fhir:text [ fhir:v "Créatininémie" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/335e88ca-a2d7-4caa-95a8-06f55f3b3c4e" ] ; fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ] ; # fhir:effective [ a fhir:dateTime ; fhir:v "2025-08-22T06:12:32.000Z"^^xsd:dateTime ] ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v 92.0 ] ; fhir:unit [ fhir:v "umol/L" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "umol/L" ] ] ; # fhir:referenceRange ( [ fhir:low [ fhir:value [ fhir:v 45.0 ] ; fhir:unit [ fhir:v "umol/L" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "umol/L" ] ] ; fhir:high [ fhir:value [ fhir:v 105.0 ] ; fhir:unit [ fhir:v "umol/L" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "umol/L" ] ] ] ) . # <urn:ehr:MedicationRequest/90ad71ff-9e7a-4c15-ad8f-b14f05b5a203> a fhir:MedicationRequest ; fhir:id [ fhir:v "90ad71ff-9e7a-4c15-ad8f-b14f05b5a203"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_90ad71ff-9e7a-4c15-ad8f-b14f05b5a203\"> </a><p class=\"res-header-id\"><b>Narratif généré : PrescriptionMédicamenteuseTODO 90ad71ff-9e7a-4c15-ad8f-b14f05b5a203</b></p><a name=\"90ad71ff-9e7a-4c15-ad8f-b14f05b5a203\"> </a><a name=\"hc90ad71ff-9e7a-4c15-ad8f-b14f05b5a203\"> </a><p><b>identifier</b>: <code>https://hospital.eu/ehr/prescription-id</code>/exp-001</p><p><b>status</b>: Unknown</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:\">Glucophage</span></p><p><b>subject</b>: <a href=\"Bundle-df9c9a9c-854b-46f4-9687-1fbe40c06540.html#Patient_335e88ca-a2d7-4caa-95a8-06f55f3b3c4e\">Jeanne Doré (official) Female, Date de Naissance :1959-07-07 ( Patient internal identifier: patient-001 (use: usual, ))</a></p><p><b>authoredOn</b>: 2025-08-30</p><p><b>requester</b>: dr jay</p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Prendre 850 mg deux fois par jour pendant les repas</p><p><b>timing</b>: aux repas, 2 per 1 day</p><p><b>route</b>: <span title=\"Codes:{https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-route-of-administration 20053000}\">Voie orale</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>850 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span></td></tr></table><p><b>maxDosePerPeriod</b>: 1700 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span>/1 d<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM coded = 'd')</span></p></blockquote></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://hospital.eu/ehr/prescription-id"^^xsd:anyURI ] ; fhir:value [ fhir:v "exp-001" ] ] ) ; # fhir:status [ fhir:v "unknown"] ; # fhir:intent [ fhir:v "order"] ; # fhir:medication [ a fhir:CodeableConcept ; fhir:text [ fhir:v "Glucophage" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/335e88ca-a2d7-4caa-95a8-06f55f3b3c4e" ] ; fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ] ; # fhir:authoredOn [ fhir:v "2025-08-30"^^xsd:date] ; # fhir:requester [ fhir:type [ fhir:v "Practitioner"^^xsd:anyURI ] ; fhir:display [ fhir:v "dr jay" ] ] ; # fhir:dosageInstruction ( [ fhir:text [ fhir:v "Prendre 850 mg deux fois par jour pendant les repas" ] ; fhir:timing [ fhir:repeat [ fhir:frequency [ fhir:v "2"^^xsd:positiveInteger ] ; fhir:period [ fhir:v "1"^^xsd:decimal ] ; fhir:periodUnit [ fhir:v "d" ] ; ( fhir:when [ fhir:v "C" ] ) ] ] ; fhir:route [ ( fhir:coding [ fhir:system [ fhir:v "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-route-of-administration"^^xsd:anyURI ] ; fhir:code [ fhir:v "20053000" ] ; fhir:display [ fhir:v "Voie orale" ] ] ) ] ; ( fhir:doseAndRate [ fhir:dose [ a fhir:Quantity ; fhir:value [ fhir:v "850"^^xsd:decimal ] ; fhir:unit [ fhir:v "mg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mg" ] ] ] ) ; fhir:maxDosePerPeriod [ fhir:numerator [ fhir:value [ fhir:v "1700"^^xsd:decimal ] ; fhir:unit [ fhir:v "mg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mg" ] ] ; fhir:denominator [ fhir:value [ fhir:v "1"^^xsd:decimal ] ; fhir:unit [ fhir:v "d" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "d" ] ] ] ] ) . #
IG © 2023+ AP-HP. Package aphp.fhir.fr.dm#0.1.0 based on FHIR 4.0.1. Generated 2025-10-23
Links: Table of Contents |
QA Report
| New Issue
|