Data Management with FHIR
0.1.0 - ci-build
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
{
"resourceType" : "Patient",
"id" : "cas-9",
"meta" : {
"profile" : [
🔗 "https://interop.aphp.fr/ig/fhir/dm/StructureDefinition/DMPatient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Patient cas-9</b></p><a name=\"cas-9\"> </a><a name=\"hccas-9\"> </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\">Profil: <a href=\"StructureDefinition-DMPatient.html\">Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Isabelle Blanc Female, Date de Naissance :1978-05-06 ( National Health Plan Identifier)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">Patient internal identifier/9</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Moyens de contacter le Patient\">Contact Detail</td><td colspan=\"3\"></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.\"><a href=\"http://hl7.org/fhir/extensions/5.2.0/StructureDefinition-patient-birthPlace.html\">Patient Birth Place</a></td><td colspan=\"3\">64 </td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"valueAddress" : {
"postalCode" : "64"
}
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NH"
}
]
},
"value" : "278056432187654"
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PI",
"display" : "Patient internal identifier"
}
]
},
"system" : "https://test.fr/patientId",
"value" : "9"
}
],
"name" : [
{
"use" : "usual",
"family" : "Blanc",
"given" : [
"Isabelle"
]
}
],
"gender" : "female",
"birthDate" : "1978-05-06",
"address" : [
{
"extension" : [
{
"extension" : [
{
"url" : "latitude",
"valueDecimal" : 48.8499
},
{
"url" : "longitude",
"valueDecimal" : 2.2943
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/geolocation"
},
{
"url" : "https://interop.aphp.fr/ig/fhir/dm/StructureDefinition/PmsiCodeGeo",
"valueCode" : "75015"
}
]
}
]
}