Guide d'implémentation Fr Core
2.0.1 - trial-use
This page is part of the Guide d'implémentation Fr Core (v2.0.1: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Draft as of 2024-04-16 |
{
"resourceType" : "CodeSystem",
"id" : "fr-core-cs-marital-status",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>ThXXXX</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>XXXX</b></td></tr><tr><td style=\"white-space:nowrap\">PACS<a name=\"fr-core-cs-marital-status-PACS\"> </a></td></tr></table></div>"
},
"url" : "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-marital-status",
"version" : "2.0.1",
"name" : "FRCoreCodeSystemMaritalStatus",
"title" : "FR Core CodeSystem Marital Status",
"status" : "draft",
"experimental" : false,
"date" : "2024-04-16T11:41:28+02:00",
"publisher" : "Interop'Santé",
"contact" : [
{
"name" : "Interop'Santé",
"telecom" : [
{
"system" : "url",
"value" : "http://interopsante.org/"
}
]
},
{
"name" : "InteropSanté",
"telecom" : [
{
"system" : "email",
"value" : "fhir@interopsante.org",
"use" : "work"
}
]
}
],
"description" : "Identifier type",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "FR",
"display" : "France"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 1,
"concept" : [
{
"code" : "PACS",
"display" : "PACS"
}
]
}