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" : "Observation",
"id" : "tp-cas-9",
"meta" : {
"profile" : [
🔗 "https://interop.aphp.fr/ig/fhir/dm/StructureDefinition/DMObservationLaboratoryTP"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Observation tp-cas-9</b></p><a name=\"tp-cas-9\"> </a><a name=\"hctp-cas-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-DMObservationLaboratoryTP.html\">Taux prothrombine (TP)</a></p></div><p><b>identifier</b>: <code>https://test.fr/biologieId</code>/25</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 5894-1}\">Temps de quick Patient (%) [Temps relatif] Plasma pauvre en plaquettes ; Numérique ; Coagulation</span></p><p><b>subject</b>: <a href=\"Patient-cas-9.html\">Isabelle Blanc Female, Date de Naissance :1978-05-06 ( National Health Plan Identifier)</a></p><p><b>encounter</b>: <a href=\"Encounter-sejour-cas-9.html\">Encounter : identifier = Visit Number: 9; status = finished; class = inpatient encounter (ActCode#IMP); period = 2024-01-13 --> 2024-10-14</a></p><p><b>effective</b>: 2024-01-13 08:30:00+0100</p><p><b>performer</b>: Laboratoire Beaujon</p><p><b>value</b>: 80 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code% = '%')</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td></tr><tr><td style=\"display: none\">*</td><td>50 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code% = '%')</span></td></tr></table></div>"
},
"identifier" : [
{
"system" : "https://test.fr/biologieId",
"value" : "25"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "5894-1",
"display" : "Temps de quick Patient (%) [Temps relatif] Plasma pauvre en plaquettes ; Numérique ; Coagulation"
}
]
},
"subject" : {
🔗 "reference" : "Patient/cas-9"
},
"encounter" : {
🔗 "reference" : "Encounter/sejour-cas-9"
},
"effectiveDateTime" : "2024-01-13T08:30:00+01:00",
"performer" : [
{
"display" : "Laboratoire Beaujon"
}
],
"valueQuantity" : {
"value" : 80,
"unit" : "%",
"system" : "http://unitsofmeasure.org",
"code" : "%"
},
"referenceRange" : [
{
"low" : {
"value" : 50,
"unit" : "%",
"system" : "http://unitsofmeasure.org",
"code" : "%"
}
}
]
}