NCPI FHIR Implementation Guide v2
0.1.0 - ci-build
NCPI FHIR Implementation Guide v2 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Draft as of 2024-11-25 |
{
"resourceType" : "CodeSystem",
"id" : "study-name-type",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem study-name-type</b></p><a name=\"study-name-type\"> </a><a name=\"hcstudy-name-type\"> </a><a name=\"study-name-type-en-US\"> </a><p>This case-sensitive code system <code>https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/study-name-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">formal-title<a name=\"study-name-type-formal-title\"> </a></td><td>Formal Title</td></tr><tr><td style=\"white-space:nowrap\">internal-name<a name=\"study-name-type-internal-name\"> </a></td><td>Internal Name</td></tr><tr><td style=\"white-space:nowrap\">familiar-ame<a name=\"study-name-type-familiar-ame\"> </a></td><td>Familiar Name (Nickname)</td></tr><tr><td style=\"white-space:nowrap\">acronym<a name=\"study-name-type-acronym\"> </a></td><td>Acronym</td></tr><tr><td style=\"white-space:nowrap\">alternative-name<a name=\"study-name-type-alternative-name\"> </a></td><td>Alternative Name</td></tr></table></div>"
},
"url" : "https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/study-name-type",
"version" : "0.1.0",
"name" : "StudyNameType",
"title" : "Study Name Type",
"status" : "draft",
"experimental" : false,
"date" : "2024-11-25T15:36:07+00:00",
"publisher" : "NCPI FHIR Working Group",
"contact" : [
{
"name" : "NCPI FHIR Working Group",
"telecom" : [
{
"system" : "url",
"value" : "http://example.org/example-publisher"
},
{
"system" : "email",
"value" : "ncpi-fhir-ig@googlegroups.com"
}
]
}
],
"description" : "Some common types of study 'names'.",
"caseSensitive" : true,
"content" : "complete",
"count" : 5,
"concept" : [
{
"code" : "formal-title",
"display" : "Formal Title"
},
{
"code" : "internal-name",
"display" : "Internal Name"
},
{
"code" : "familiar-ame",
"display" : "Familiar Name (Nickname)"
},
{
"code" : "acronym",
"display" : "Acronym"
},
{
"code" : "alternative-name",
"display" : "Alternative Name"
}
]
}