Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
    "resourceType": "ActivityDefinition",
    "date": "2017-01-01T00:00:00",
    "extension": [
        {
            "url": "unitPrice",
            "valueMoney": {
                "currency": "$",
                "value": 21000.0
            }
        }
    ],
    "id": "503DBA38-D28C-4FCC-BC3B-EA912982911B",
    "identifier": [
        {
            "type": {
                "coding": [
                    {
                        "code": "ACSNUUID",
                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"
                    }
                ]
            },
            "use": "usual",
            "value": "503DBA38-D28C-4FCC-BC3B-EA912982911B"
        },
        {
            "type": {
                "coding": [
                    {
                        "code": "ACSNUUID",
                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"
                    }
                ]
            },
            "use": "usual",
            "value": "M1"
        }
    ],
    "name": "M1",
    "status": "active",
    "title": "OBG Cervical Cerclage - Shrodikar",
    "topic": [
        {
            "coding": [
                {
                    "code": "DefinitionTopic",
                    "system": "http://terminology.hl7.org/CodeSystem/definition-topic"
                }
            ],
            "text": "C"
        }
    ],
    "useContext": [
        {
            "valueCodeableConcept": {
                "coding": [
                    "gender"
                ],
                "text": "M"
            }
        },
        {
            "valueCodeableConcept": {
                "coding": [
                    "age"
                ],
                "text": "A"
            }
        },
        {
            "valueCodeableConcept": {
                "coding": [
                    "age"
                ],
                "text": "K"
            }
        },
        {
            "valueCodeableConcept": {
                "coding": [
                    "workflow"
                ],
                "text": "S"
            }
        },
        {
            "valueCodeableConcept": {
                "coding": [
                    "venue"
                ],
                "text": "B"
            }
        }
    ]
}

...