@prefix fhir: <http://hl7.org/fhir/> .
@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 -------------------------------------------------------------------

<http://hl7.org/fhir/4.3/CodeSystem/history-status> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "history-status"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      \n            <h2>FamilyHistoryStatus</h2>\n      \n      \n            <div>\n        \n        \n              <p>A code that identifies the status of the family history record.</p>\n\n      \n      \n            </div>\n      \n      \n            <p>This code system http://hl7.org/fhir/history-status defines the following codes:</p>\n      \n      \n            <table class=\"codes\">\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">\n            \n            \n                  <b>Code</b>\n          \n          \n                </td>\n          \n          \n                <td>\n            \n            \n                  <b>Display</b>\n          \n          \n                </td>\n          \n          \n                <td>\n            \n            \n                  <b>Definition</b>\n          \n          \n                </td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">partial\n            \n            \n                  <a name=\"history-status-partial\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Partial</td>\n          \n          \n                <td>Some health information is known and captured, but not complete - see notes for details.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">completed\n            \n            \n                  <a name=\"history-status-completed\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Completed</td>\n          \n          \n                <td>All available related health information is captured as of the date (and possibly time) when the family member history was taken.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">entered-in-error\n            \n            \n                  <a name=\"history-status-entered-in-error\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Entered in Error</td>\n          \n          \n                <td>This instance should not have been part of this patient's medical record.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">health-unknown\n            \n            \n                  <a name=\"history-status-health-unknown\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Health Unknown</td>\n          \n          \n                <td>Health information for this family member is unavailable/unknown.</td>\n        \n        \n              </tr>\n      \n      \n            </table>\n    \n    \n          </div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "trial-use"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:integer ;
       fhir:v 2
     ]
  ] [
     fhir:extension ( [
       fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:id ;
         fhir:v "hl7.fhir.uv.xver-r4b.r4"
       ]
     ] [
       fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:string ;
         fhir:v "0.0.1-snapshot-2"
       ]
     ] ) ;
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "pc"
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/history-status"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.3.0"] ; # 
  fhir:name [ fhir:v "FamilyHistoryStatus"] ; # 
  fhir:title [ fhir:v "FamilyHistoryStatus"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2021-01-17T06:06:13+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Patient Care"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Patient Care" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/patientcare" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A code that identifies the status of the family history record."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
     fhir:v "http://hl7.org/fhir/ValueSet/history-status|4.0.1"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/ValueSet/history-status|4.0.1>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "partial" ] ;
     fhir:display [ fhir:v "Partial" ] ;
     fhir:definition [ fhir:v "Some health information is known and captured, but not complete - see notes for details." ]
  ] [
     fhir:code [ fhir:v "completed" ] ;
     fhir:display [ fhir:v "Completed" ] ;
     fhir:definition [ fhir:v "All available related health information is captured as of the date (and possibly time) when the family member history was taken." ]
  ] [
     fhir:code [ fhir:v "entered-in-error" ] ;
     fhir:display [ fhir:v "Entered in Error" ] ;
     fhir:definition [ fhir:v "This instance should not have been part of this patient's medical record." ]
  ] [
     fhir:code [ fhir:v "health-unknown" ] ;
     fhir:display [ fhir:v "Health Unknown" ] ;
     fhir:definition [ fhir:v "Health information for this family member is unavailable/unknown." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

