Index of /2021/12/fhir-egp

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2022-05-04 15:32 2.3K 
[TXT]r4.ttl2021-11-18 16:03 5.8KRDVch
[TXT]short-resource-and-datatype-names-no-datatype-currying-short-scalars-rdf-collection.ttl2021-11-25 16:54 4.2KrdvCH
[TXT]short-resource-and-datatype-names-no-datatype-currying-short-scalars.ttl2021-11-25 16:54 4.6KrdvcH
[TXT]short-resource-and-datatype-names-no-datatype-currying.ttl2021-11-18 16:03 5.2Krdvch
[TXT]short-resource-and-datatype-names.ttl2021-11-18 16:03 5.1KrdVch
[TXT]short-resource-names-no-datatype-currying-short-scalars-rdf-collection.ttl2021-11-25 16:54 4.8KrDvCH
[TXT]short-resource-names-no-datatype-currying-short-scalars.ttl2021-11-25 16:54 5.1KrDvcH
[TXT]short-resource-names-no-datatype-currying.ttl2021-11-18 16:03 5.7KrDvch
[TXT]short-resource-names.ttl2021-11-18 16:03 5.6KrDVch

FHIR/RDF features

FHIR/RDF RDVCH features

for consideration

featureshort resourceshort datatype
Rshort Resource attribute names
fhir:Observation.status -> fhir:status
X
Dshort Datatype atttribute names
fhir:Coding.system -> fhir:system
X
VValue type currying
fhir:valueQuantity -> fhir:value
XX
Crdf Collections
  fhir:identifier [
     fhir:index 0;
     fhir:Identifier.system "urn:ietf:rfc:3986";
     fhir:Identifier.value "urn:uuid:187e0c12-8dd2-67e2-99b2-bf273c878281"
  ];
->
  fhir:identifier ([
     fhir:Identifier.system "urn:ietf:rfc:3986";
     fhir:Identifier.value "urn:uuid:187e0c12-8dd2-67e2-99b2-bf273c878281"
  ]);
XX
HHoist scalars
fhir:effective [ fhir:value "2012-09-17"^^xsd:date] -> fhir:effective "2012-09-17"^^xsd:date
XX